home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / python-support / python-rdflib / rdflib / Node.py < prev    next >
Encoding:
Python Source  |  2007-04-04  |  80 b   |  6 lines

  1. class Node(object):
  2.     """
  3.     A Node in the Graph.
  4.     """
  5.     __slots__ = ()
  6.